home *** CD-ROM | disk | FTP | other *** search
- ; cdc 1.8 (24 Apr 1996)
- ; CAT Catalog Emitter $Revision: 1.20 $
- ;
- ; Catalog definitions for module "branch.ex" (branch.ex)
- ;
- ; Original Command Line:
- ;
- ; Z:\SCALA\BIN\CDC.EXE -q -t -c -n
- ; C:\TMP\catch.dir\out\EX\branch;Z:\scala\names -i
- ; C:\TMP\catch.dir\include;Z:\scala\include branch.cdl -o
- ; branch.cdl.err -e CPublicHead -v -s -o
- ; C:\TMP\catch.dir\obj\EX\branch\DERIVED\branch.h -e CPrivateHead -v -s
- ; -o C:\TMP\catch.dir\obj\EX\branch\DERIVED\INTERNAL\branch.ph -e
- ; CPublicDoc -o C:\TMP\catch.dir\obj\EX\branch\DERIVED\branch.doc -e
- ; CPrivateDoc -o
- ; C:\TMP\catch.dir\obj\EX\branch\DERIVED\INTERNAL\branch.doc -e
- ; CPublicIPF -o C:\TMP\catch.dir\obj\EX\branch\DERIVED\branch.ipf -e
- ; CPrivateIPF -o
- ; C:\TMP\catch.dir\obj\EX\branch\DERIVED\INTERNAL\branch.ipf -e Catalog
- ; -c -o C:\scala\Scala\Catalogs\branch.msg -e NameDB -o
- ; C:\TMP\catch.dir\out\EX\branch\branch.ndb
- ;
- ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
- ;
- VERSION 1
- REVISION 6
- LANGUAGE "English"
- NATURALNAME "Branch"
- ; BRANCHMENU_ColumnTitle
- ; The Branch EX column title
- MSG 0x0d800400 "Branch"
- ; BRANCHMENU_MenuTitle
- ; The Branch EX menu title
- MSG 0x0d800800 "Branching and Variables"
- ; BRANCHMENU_ShortMenuTitle
- ; The Branch EX menu title when invoked from the Design Buttons menu
- MSG 0x0d80ec00 "Variables"
- ; BRANCHMENU_SetVariableSel
- ; The "Set Variable" selector button text
- MSG 0x0d800c00 "Set Variable"
- ; BRANCHMENU_SetVariableSelHotkeys
- ; The "Set Variable" selector button hotkeys
- MSG 0x0d801000 "v"
- ; BRANCHMENU_ConditionSel
- ; The Condition selector button text
- MSG 0x0d801400 "Condition"
- ; BRANCHMENU_ConditionSelHotkeys
- ; The Condition selector button hotkeys
- MSG 0x0d801800 "n"
- ; BRANCHMENU_RepeatSel
- ; The Repeat selector button text
- MSG 0x0d801c00 "Repeat"
- ; BRANCHMENU_RepeatSelHotkeys
- ; The Repeat selector button hotkeys
- MSG 0x0d802000 "p"
- ; BRANCHMENU_GotoSel
- ; The Goto selector button text
- MSG 0x0d802400 "Go To"
- ; BRANCHMENU_GotoSelHotkeys
- ; The Goto selector button hotkeys
- MSG 0x0d802800 "t"
- ; BRANCHMENU_SetVariable
- ; The "Set variable = expression: " button text
- MSG 0x0d802c00 "Set Variable: "
- ; BRANCHMENU_SetVariableHotkeys
- ; The "Set variable" button hotkeys"
- MSG 0x0d803000 "s"
- ; BRANCHMENU_ShowIf
- ; The "Show if" button text
- MSG 0x0d803400 "Show If Expression: "
- ; BRANCHMENU_ShowIfHotkeys
- ; The "Show if" button hotkeys"
- MSG 0x0d803800 "S"
- ; BRANCHMENU_Repeat
- ; The Repeat cycle button text
- MSG 0x0d803c00 "Repeat"
- ; BRANCHMENU_RepeatHotkeys
- ; The Repeat cycle button hotkeys
- MSG 0x0d804000 "r"
- ; BRANCHMENU_OptWhile
- ; Repeat cycle text "While"
- MSG 0x0d804400 "While"
- ; BRANCHMENU_OptUntil
- ; Repeat cycle text "Until"
- MSG 0x0d804800 "Until"
- ; BRANCHMENU_Expression
- ; The "Expression" button text
- MSG 0x0d804c00 "Expression: "
- ; BRANCHMENU_ExpressionHotkeys
- ; The "Expression" button hotkeys"
- MSG 0x0d805000 "e"
- ; BRANCHMENU_Variables
- ; The Variables list header
- MSG 0x0d805400 "Variables"
- ; BRANCHMENU_Functions
- ; The Functions list header
- MSG 0x0d805800 "Functions"
- ; BRANCHMENU_Operators
- ; The Operators list header
- MSG 0x0d805c00 "Operators"
- ; BRANCHMENU_GotoHotkeys
- ; The Goto button hotkeys
- MSG 0x0d806400 "g"
- ; BRANCHMENU_Level
- ; The Level button text
- MSG 0x0d806800 "Level:"
- ; BRANCHMENU_LevelHotkeys
- ; The Level button hotkeys
- MSG 0x0d806c00 "l"
- ; BRANCHMENU_Bookmark
- ; The Bookmark button text
- MSG 0x0d807000 "Leave Bookmark?"
- ; BRANCHMENU_BookmarkHotkeys
- ; The Bookmark button hotkeys
- MSG 0x0d807400 "b"
- ; BRANCHMENU_Ok
- ; The Branch OK button text
- MSG 0x0d807800 "OK"
- ; BRANCHMENU_OkHotkeys
- ; The Branch OK button hotkeys
- MSG 0x0d807c00 "o"
- ; BRANCHMENU_Cancel
- ; The Branch Cancel button text
- MSG 0x0d808000 "Cancel"
- ; BRANCHMENU_CancelHotkeys
- ; The Branch Cancel button hotkeys
- MSG 0x0d808400 "c"
- ; BRANCHMENU_SyntaxError
- ; Error message displayed when the SetVariable expression is incorrect
- MSG 0x0d808800 "This is not a valid variable assignment. It should be in the form: \"Variable = Expression\""
- ; BRANCHMENU_IllegalVarName
- ; Error message displayed if user tries to define a variable with the
- ; same name as a ScalaScript primitive
- MSG 0x0d810001 "\"%1\" is a ScalaScript keyword and cannot be used as a variable name. Please choose a different name."
- ; BRANCHMENU_DeleteVariable
- ; Message displayed to ask the user if he wants to delete an
- ; unreferenced variable.
- MSG 0x0d806001 "The variable \"%1\" is not used. Do you want to delete it?"
- ; BRANCHMENU_Set
- ; Branch column text for set variable
- MSG 0x0d80d400 "Set"
- ; BRANCHMENU_If
- ; Branch column text for condition
- MSG 0x0d80d800 "If"
- ; BRANCHMENU_Loop
- ; Branch column text for loop
- MSG 0x0d80dc00 "Repeat"
- ; BRANCHMENU_Goto
- ; Branch column text for goto branch
- MSG 0x0d80e000 "Goto"
- ; BRANCHMENU_Return
- ; Branch column text for return branch
- MSG 0x0d80e400 "Return"
- ; BRANCHMENU_Exit
- ; Branch column text for exit branch
- MSG 0x0d80f800 "Exit"
- ; VARMENU_VariableDefinition
- ; The Variable Definition menu header
- MSG 0x0d808c00 "Variable Definition"
- ; VARMENU_VariableNotFound
- ; Message1 displayed to ask the user if he wants to declare a
- ; non-existant variable
- MSG 0x0d809001 "The variable \"%1\" does not exist."
- ; VARMENU_CreateVarHelp1
- ; Message displayed to ask the user if he wants to declare a
- ; non-existant variable
- MSG 0x0d809400 "To create the variable, select a type below,"
- ; VARMENU_CreateVarHelp2
- ; Message displayed to ask the user if he wants to declare a
- ; non-existant variable
- MSG 0x0d809800 "or choose Cancel to enter a new name:"
- ; VARMENU_String
- ; The String button text
- MSG 0x0d809c00 "Text"
- ; VARMENU_StringHotkeys
- ; The String button hotkey
- MSG 0x0d80a000 "t"
- ; VARMENU_Integer
- ; The Integer button text
- MSG 0x0d80a400 "Numeric"
- ; VARMENU_IntegerHotkeys
- ; The Integer button hotkey
- MSG 0x0d80a800 "n"
- ; VARMENU_Boolean
- ; The Boolean button text
- MSG 0x0d80ac00 "Logical"
- ; VARMENU_BooleanHotkeys
- ; The Boolean button hotkey
- MSG 0x0d80b000 "l"
- ; VARMENU_Cancel
- ; The VarMenu Cancel button text
- MSG 0x0d80b400 "Cancel"
- ; VARMENU_CancelHotkeys
- ; The VarMenu Cancel button hotkeys
- MSG 0x0d80b800 "c"
- ; VARLIST_Boolean
- ; The word used to describe boolean variables in VariableListButtons
- MSG 0x0d80bc00 "Logical"
- ; VARLIST_Integer
- ; The word used to describe integer variables in VariableListButtons
- MSG 0x0d80c000 "Numeric"
- ; VARLIST_String
- ; The word used to describe string variables in VariableListButtons
- MSG 0x0d80c400 "Text"
- ; GOTOBUTTON_Goto
- ; This is the "Go to" label on the GotoButton
- MSG 0x0d80c800 "Go To: "
- ; GOTOBUTTON_None
- ; This is "none" as displayed by the GotoButton when no Goto is set
- MSG 0x0d80cc00 "None"
- ; GOTOBUTTON_Return
- ; This is "Return to Bookmark" as displayed by the GotoButton
- MSG 0x0d80d000 "Return to Bookmark"
- ; GOTOBUTTON_Exit
- ; This is "Exit from Script" as displayed by the GotoButton
- MSG 0x0d80fc00 "Exit from Script"
- ; LEVELBUTTON_Level
- ; This is the "Level" label on the LevelButton, as found in the Branch
- ; and Buttons menus.
- MSG 0x0d80e800 "Level: "
- ; LEVELBUTTON_ThisScript
- ; This text is used on the LevelButton, as found in the Branch and
- ; Buttons menus, to denote the current script.
- MSG 0x0d80f000 "<this script>"
- ; LEVELBUTTON_ThisPage
- ; This text is used on the LevelButton, as found in the Branch and
- ; Buttons menus, to denote the current page.
- MSG 0x0d80f400 "<this page>"
-